EditLineWidth

This property returns and sets the line width for output from a graphics method in the imaG window when working in EDIT mode.

Syntax: imaG.EditLineWidth(mode) = width
mode (constant) caDrawWidthConstants (This value represents the shape selected - line, rectangle, ...)
width (integer) This value represents the width of the line in pixels.

Default Values:

1 for Pen
2 for Brush
1 for Line
1 for Rectangle and Ellipse
4 for Eraser

See also DrawWidth